From d5e0dc211692ddf6a1e34adcafd2b42df9b0f1b3 Mon Sep 17 00:00:00 2001 From: "mjw@wray-m-3.hpl.hp.com" Date: Wed, 30 Jun 2004 10:03:22 +0000 Subject: [PATCH] bitkeeper revision 1.1036 (40e28feaeuRhSmkiLPrbADhLgYZvWw) Typo. --- tools/python/xen/xend/sxp.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/python/xen/xend/sxp.py b/tools/python/xen/xend/sxp.py index 0081f62e3f..143ba81ab4 100644 --- a/tools/python/xen/xend/sxp.py +++ b/tools/python/xen/xend/sxp.py @@ -626,7 +626,8 @@ def all_from_string(str): str string returns sxpr list - """ io = StringIO(str) + """ + io = StringIO(str) vals = parse(io) return vals -- 2.30.2